home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WWW Studio 2004
/
WWW Studio.iso
/
Programy
/
Demo
/
angielskidemo_setup.exe
/
#setuppath#
/
1.dxr
/
00003_intro.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-02-01
|
284 b
|
19 lines
on beginSprite
sprite(3).visible = 0
puppetSoundMember("1_01.wav")
puppetTlo("music_bg_01.wav")
end
on exitFrame me
if soundBusy(1) then
sprite(3).visible = 1
go(the frame)
else
gf_actiongomovie("2.dir")
end if
end
on mouseUp
gf_actiongomovie("2.dir")
end